Fix X11 compilation failure.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2011 23:32:42 +0000 (15:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2011 23:32:42 +0000 (15:32 -0800)
commit6489783e34771b40dbd182f783bfa545c1f93367
treeab1fa81b319703b43e0ef4724f4c38f4be68496f
parenta91705288e9b7a1e57024dc21d27f06d4379a33e
Fix X11 compilation failure.

* globals.h (struct emacs_globals): Document f_Vselection_alist.
* xselect.c (Vselection_alist): Remove declaration, moving its
documentation to globals.h.  This fixes a compilation failure
induced by the earlier change to globals.h today.
src/ChangeLog
src/globals.h
src/xselect.c